projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55eae0d
)
zynqmp: Remove double ';'
author
Soren Brinkmann
<
[email protected]
>
Sun, 29 May 2016 16:48:44 +0000
(09:48 -0700)
committer
Soren Brinkmann
<
[email protected]
>
Sun, 29 May 2016 16:48:44 +0000
(09:48 -0700)
Signed-off-by: Soren Brinkmann <
[email protected]
>
plat/xilinx/zynqmp/plat_startup.c
patch
|
blob
|
history
diff --git
a/plat/xilinx/zynqmp/plat_startup.c
b/plat/xilinx/zynqmp/plat_startup.c
index a5de62412cf3714e0f4c9ea661ee19794f12d89d..c2c9bfb05823c5040c60f69f3401a8e8dcb9ce11 100644
(file)
--- a/
plat/xilinx/zynqmp/plat_startup.c
+++ b/
plat/xilinx/zynqmp/plat_startup.c
@@
-114,7
+114,7
@@
static int get_fsbl_el(const struct xfsbl_partition *partition)
{
uint64_t flags = partition->flags & FSBL_FLAGS_EL_MASK;
- return flags >> FSBL_FLAGS_EL_SHIFT;
;
+ return flags >> FSBL_FLAGS_EL_SHIFT;
}
/**